home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / host.conf < prev    next >
Text File  |  2006-05-08  |  937b  |  25 lines

  1. # /etc/host.conf:
  2. # $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/2.3.6/host.conf,v 1.1 2006/02/21 23:35:21 vapier Exp $
  3.  
  4. # The  file /etc/host.conf contains configuration information specific to
  5. # the resolver library.  It should contain one configuration keyword  per
  6. # line,  followed by appropriate configuration information.  The keywords
  7. # recognized are order, trim, mdns, multi, nospoof, spoof, and reorder.
  8.  
  9.  
  10.  
  11. # This keyword specifies how host lookups are to be performed. It
  12. # should be followed by one or more lookup methods, separated by
  13. # commas.  Valid methods are bind, hosts, and nis.
  14. #
  15. order hosts, bind
  16.  
  17.  
  18. # Valid  values are on and off.  If set to on, the resolv+ library
  19. # will return all valid addresses for a host that appears  in  the
  20. # /etc/hosts  file,  instead  of  only  the first.  This is off by
  21. # default, as it may cause a substantial performance loss at sites
  22. # with large hosts files.
  23. #
  24. multi off
  25.